home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / prog / pieces1.arj / LTITLE.DOC < prev    next >
Encoding:
Text File  |  1993-08-30  |  5.3 KB  |  122 lines

  1.                                ABOUT LTITLE.EXE
  2.  
  3.          LTITLE.EXE  is  a  program  from  the kit, PIECES, by Another
  4.          Company.  With PIECES, you can create just about anything for
  5.          IBM-compatible computing.  No programming skill is necessary.
  6.          See end of this file for more information about PIECES.
  7.  
  8.                                  What It Does
  9.  
  10.          LTITLE.EXE  will place a centered line of text on the screen,
  11.          using a selected font file.
  12.  
  13.                                  How To Use It
  14.  
  15.          Type LTITLE.EXE in a script file, followed by the name of the
  16.          font file (*.MMF) you wish to use, followed by the horizontal
  17.          location at which you want the title to occur.   The  top  of
  18.          the screen is 0, and the bottom varies depending on the video
  19.          mode your picture is currently using:
  20.  
  21.          CGA 2 & 4-color : bottom is 199
  22.          Hercules : bottom is 347
  23.          EGA Low resolution : bottom is 199
  24.          EGA High resolution : bottom is 349
  25.          VGA 16-color : bottom is 479
  26.          VGA 256-color : bottom is 199
  27.          Super-VGA : bottom could be 239,399,479,599,767
  28.  
  29.          You can't place a title at the very top (0), or at  the  very
  30.          bottom, since the horizontal location marks the middle of the
  31.          line of text, and the top or bottom would be cut off.
  32.  
  33.          After  the  horizontal location, type an integer representing
  34.          the color for the title.  The first 16 colors of 16  and  256
  35.          color modes usually correspond to the chart below, but may be
  36.          changed  by  .PCX  or  .GIF  that  take  control of the color
  37.          palette:
  38.  
  39.          0 : black
  40.          1 : royal blue
  41.          2 : forest green
  42.          3 : cyan
  43.          4 : red
  44.          5 : purple
  45.          6 : brown
  46.          7 : light gray
  47.          8 : dark gray
  48.          9 : electric blue
  49.          10 : light green
  50.          11 : sky blue
  51.          12 : light red
  52.          13 : magenta
  53.          14 : yellow
  54.          15 : white
  55.  
  56.          Finally, you can type up to 6 words for the title line.   For
  57.          example,  the following line would place the words, "Eat Less
  58.          Meat, More Vegetables" near the top of the picture, in  green
  59.          text, in PLAZA14 font which is 14 pixels tall:
  60.  
  61.          LTITLE.EXE PLAZA14.MMF 15 2 Eat Less Meat, More Vegetabes
  62.  
  63.                             Additional Information
  64.  
  65.          PIECES comes with several .MMF files, which contain bitmapped
  66.          font characters for use with LTITLE.EXE.  Each font  filename
  67.          contains a number, which represents the height of the font in
  68.          pixels.   For  instance,  PLAZA26.MMF  is  a font which is 26
  69.          pixels tall.
  70.  
  71.          LTITLE.EXE  requires  a graphics mode, meaning a picture must
  72.          be on the screen before LTITLE.EXE is called.
  73.  
  74.                                  About Pieces
  75.  
  76.          PIECES is a shareware disk containing several small  programs
  77.          that  can  be  combined  to  do  a  variety  of  tasks   with
  78.          a super-professional look and feel. No programming experience
  79.          is  needed.   PIECES  can  be  expanded  to  incorporate your
  80.          favorite programs as well, so it's possibilities  for  making
  81.          and enhancing pictures shows, text presentations, multimedia,
  82.          electronic catalogs, teaching materials, executable software,
  83.          games, shareware and more are limitless!
  84.              You  can  register  as many or as few PIECES as you wish.
  85.          Registered users are licensed  to  copy  and  distribute  the
  86.          PIECES  along  with  their  finished  products.  Unregistered
  87.          users may copy and distribute the complete unmodified  PIECES
  88.          package,  but  may not use only portions of it until purchase
  89.          of registration.  Use  of  PIECES  beyond  30  days  requires
  90.          registration.
  91.              Most  shareware  PIECES  programs  have an "unregistered"
  92.          notice which pops up randomly, approximately every 200 times.
  93.          This is removed from the registered versions, and also  saves
  94.          as much as 3,000 bytes disk space per program.
  95.  
  96.              This software is  copyrighted  by  Jeff Napier of Another
  97.          Company, and distributed by Gary Smith of OEC Systems.
  98.              
  99.              The  shareware  or  registered  versions of PIECES may be
  100.          purchased from Gary Smith at OEC Systems:
  101.  
  102.                                 Gary Smith
  103.                                 c/o OEC Systems
  104.                                 4646 North Shallowford Road
  105.                                 Atlanta, GA  30338-6304
  106.  
  107.                                 phone: 404-394-1000
  108.                                 orders only: 800-444-2424
  109.                                 fax: 404-394-1006
  110.                                 BBS: 404-804-7889
  111.                                 
  112.                                 MasterCard and VISA accepted
  113.              
  114.              Neither Another Company nor Gary Smith/OEC Systems assume 
  115.          any  responsibility  for  your  use  of  this  product or any 
  116.          Another Company product.
  117.          _____________________________________________________________
  118.                                                           end of file.
  119.  
  120.  
  121.  
  122.